home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 82 / 082.d81 / joel boot (.txt) < prev    next >
Commodore BASIC  |  2022-08-26  |  709b  |  21 lines

  1. 5 print"[147]"
  2. 6 poke53281,0:poke53280,0
  3. 10 poke214,10:print:print"[129]     [202] [207] [197] [204] ' [211]   [204] [197] [193] [208] [198] [210] [207] [199]"
  4. 11 print"[159]             [210]ibbet - [210]ibbet"
  5. 17 gosub60000
  6. 20 print"[144]load"chr$(34)"leapfrog"chr$(34)",8"
  7. 22 print"run"
  8. 25 poke43,1:poke44,16:poke4096,0
  9. 30 poke631,13:poke632,13:poke198,2:new
  10. 60000 b9$="                                      "
  11. 60010 poke214,14:print:print"  [155][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][152]"
  12. 60020 fori=0to7:printb9$:next:print"  [151][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][152]"
  13. 60030 b9$(0)="[202] [207] [197] [204] ' [211]    [204] [197] [193] [208] [198] [210] [207] [199]"
  14. 60040 b9$(1)="by [202]oel [197]pstein"
  15. 60050 b9$(2)="([195]) 1991 by [211]oftdisk, [201]nc."
  16. 60060 b9$(3)="[208]ublished on [204][207][193][196][211][212][193][210] #82"
  17. 60070 b9$(4)="[211]ubscriptions 1-800-831-2694"
  18. 60080 b9$(5)="[193]ll [210]ights [210]eserved"
  19. 60090 poke214,16:print:fori=0to5:printtab(20-(len(b9$(i))/2))""b9$(i):next
  20. 60099 return
  21.